-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix 180: Add environment variables to Click CLI options #187
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4b0129f
to
77d09da
Compare
I believe I've just rebased and added my signature. |
@calizarr not all the commits have the sign-off, neither the PR description have it |
Alright, I'll try again. Not entirely sure how to add it to the PR description though |
Something like this
in the end of PR description |
fe1df6c
to
ce07ad6
Compare
Signed-off-by: Cesar Lizarraga <[email protected]>
ce07ad6
to
8b25fc8
Compare
Signed-off-by: Cesar Lizarraga <[email protected]>
They should be able to use the same ones as the flag. Signed-off-by: Cesar Lizarraga <[email protected]>
Signed-off-by: Cesar Lizarraga <[email protected]>
8b25fc8
to
c34aaa9
Compare
All commits should be signed off now. @pombredanne @TG1999 |
This will add environment variables as extra options for the index-url flag. Click will split on whitespace for multiple values by default.
Added a possibly unnecessary test to make sure that flags override environment variables.
Signed-off-by: Cesar Lizarraga [email protected]